html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
main {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  text-decoration: underline;
}
a:hover {
  cursor: pointer;
}
*::-webkit-input-placeholder {
  color: #a9a9a9;
  opacity: 1;
}
*:-moz-placeholder {
  color: #a9a9a9;
  opacity: 1;
}
*::-moz-placeholder {
  color: #a9a9a9;
  opacity: 1;
}
*:-ms-input-placeholder {
  color: #a9a9a9;
  opacity: 1;
}
* {
  margin: 0;
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
button,
input,
a {
  outline: 0;
}
.m1-form input.field:focus::-webkit-input-placeholder {
  opacity: 0;
}
.m1-form input.field:focus::-moz-placeholder {
  opacity: 0;
}
.m1-form input.field:focus:-moz-placeholder {
  opacity: 0;
}
.m1-form input.field:focus:-ms-input-placeholder {
  opacity: 0;
}
.m1-form input.field::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
}
.m1-form input.field:-moz-placeholder {
  color: #999;
  opacity: 1;
}
.m1-form input.field::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.m1-form input.field:-ms-input-placeholder {
  color: #999;
  opacity: 1;
}
.hidden {
  display: none;
}
.left {
  float: left;
}
.right {
  float: right;
}
.center {
  text-align: center;
}
.center-justified {
  text-align: justify;
  -moz-text-align-last: center;
  text-align-last: center;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.clear {
  clear: both;
  height: 0;
}
html {
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.3em;
}
b,
strong {
  font-family: "Roboto Slab", serif;
  font-weight: 700;
}
.os {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}
body {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  font-family: "Roboto Slab", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5em;
  color: #222;
  background: #535353;
}
.wrap {
  width: 480px;
  padding: 0;
  margin: 0 auto;
  background: #fff;
}
section {
  padding: 24px 0 0;
}
section,
footer {
  width: 100%;
  position: relative;
}
.wrap:after {
  clear: both;
  content: "";
  display: table;
}
section:after,
footer:after {
  clear: both;
  content: "";
  display: table;
}
.m1-form input.field {
  position: relative;
  display: block;
  outline: 0;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  width: 100%;
  height: 88px;
  line-height: 88px;
  margin: 0 auto 15px;
  padding: 0 20px;
  background: #fafafa;
  text-align: center;
  font-size: 18px;
  font-family: "Roboto Slab", serif;
  font-weight: 400;
  color: #222;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.button-m {
  position: relative;
  z-index: 2;
  display: block;
  width: 386px;
  height: 105px;
  line-height: 105px;
  margin: 0 auto;
  border: 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  text-align: center;
  font-family: "Roboto Slab", serif;
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  color: #222;
  background: #ffd800;
  background: -moz-linear-gradient(top, #ffd800 0, #ffba00 100%);
  background: -webkit-linear-gradient(top, #ffd800 0, #ffba00 100%);
  background: linear-gradient(to bottom, #ffd800 0, #ffba00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd800',endColorstr='#ffba00',GradientType=0);
  -webkit-box-shadow: 0 4px 0 0 #d69c00;
  box-shadow: 0 4px 0 0 #d69c00;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.button-m:hover {
  background: #ffba00;
  background: -moz-linear-gradient(top, #ffba00 0, #ffd800 100%);
  background: -webkit-linear-gradient(top, #ffba00 0, #ffd800 100%);
  background: linear-gradient(to bottom, #ffba00 0, #ffd800 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffba00',endColorstr='#ffd800',GradientType=0);
}
.button-m:active {
  top: -1px;
}
.m1-form {
  width: 386px;
  margin: 0 auto;
}
.m1-form .button-m {
  width: 100%;
}
h2.title {
  margin: 0 0 20px 0;
  font-size: 32px;
  text-align: center;
}
h2.title > span {
  color: #7ecc19;
  display: inline-block;
}
.price {
  width: 386px;
  margin: 0 auto 12px;
  text-align: center;
  font-weight: 700;
  background: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
.old-cost {
  float: left;
  padding-top: 6px;
}
.old-cost p {
  font-size: 34px;
  font-weight: 700;
  line-height: 25px;
  /* text-decoration: line-through; */
}
.old-cost > span,
.new-cost > span {
  font-size: 16px;
  font-weight: 400;
}
.new-cost {
  float: right;
  background: #7ecc19;
  color: #fff;
}
.new-cost p {
  font-size: 43px;
  line-height: 38px;
  font-weight: 700;
}
.new-cost,
.old-cost {
  width: 50%;
  height: 72px;
}
.video-container {
  position: relative;
  width: 100%;
  height: 270px;
  overflow: hidden;
  background: #000;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.youtube {
  height: 100% !important;
}
